home *** CD-ROM | disk | FTP | other *** search
- on inkomsttekst
- global keuze, maclist, inkomstenlijst
- tekst = EMPTY
- tellertje = 0
- bufferinhoud = inkomstenlijst[keuze]
- tellertje = 1
- repeat while line tellertje of bufferinhoud > EMPTY
- repeat with Tellertje8 = 1 to (line tellertje of bufferinhoud).length
- if char Tellertje8 of line tellertje of bufferinhoud = numToChar(10) then
- put EMPTY into char Tellertje8 of line tellertje of bufferinhoud
- end if
- if (char Tellertje8 of line tellertje of bufferinhoud).charToNum > 127 then
- if the platform contains "Mac" then
- put numToChar(maclist[(char Tellertje8 of line tellertje of bufferinhoud).charToNum - 127]) into char Tellertje8 of line tellertje of bufferinhoud
- end if
- end if
- end repeat
- tellertje = tellertje + 1
- end repeat
- put bufferinhoud into member "inkomst"
- repeat with teller = 62 to 73
- set the foreColor of sprite teller to 255
- end repeat
- set the foreColor of sprite (61 + keuze) to 4
- end
-